github.com/andybalholm/brotli.dictionary.offsets_by_length (field)

5 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1873: 			var offset int = int(s.dictionary.offsets_by_length[i])
		dictionary.go#L12: 	offsets_by_length   [32]uint32
		hash.go#L130: 	offset = uint(dictionary.words.offsets_by_length[len]) + len*word_idx
		static_dict.go#L36: 	var offset uint = uint(dict.offsets_by_length[len]) + len*id
		static_dict.go#L44: 		var offset uint = uint(d.offsets_by_length[w.len]) + uint(w.len)*uint(w.idx)